Name | Description | |
---|---|---|
![]() | GraphLinksModelNodeData<NodeKey> Constructor | Overloaded. |
The following tables list the members exposed by GraphLinksModelNodeData<NodeKey>.
Name | Description | |
---|---|---|
![]() | GraphLinksModelNodeData<NodeKey> Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Category | Gets or sets a String that names the category to which the node data belongs. |
![]() | IsLinkLabel | Gets or sets whether this node data represents a "label" on a link instead of a simple node. |
![]() | IsSubGraph | Gets or sets whether this node data represents a group or "subgraph" instead of a normal "atomic" node. |
![]() | IsSubGraphExpanded | Gets or sets whether this node is in the "expanded" state. |
![]() | Key | Gets or sets the key property for this node data. |
![]() | Location | Gets or sets a Point that is the location of the node in model coordinates. |
![]() | MemberKeys | Gets or sets a list of references to member nodes. |
![]() | SubGraphKey | Gets or sets a reference to the containing subgraph node, if any. |
![]() | Text | Gets or sets a String that is associated with the node. |
![]() | WasSubGraphExpanded | Gets or sets whether this node had been "expanded" when its containing group was "collapsed". |
Name | Description | |
---|---|---|
![]() | ChangeDataValue | This method implements the IChangeDataValue interface, used to perform state changes for undo and redo. |
![]() | Clone | Create a copy of this data; this implements the ICloneable interface. |
![]() | LoadFromXElement | Initialize this node data with data held in a Linq for XML XElement . |
![]() | MakeXElement | Constructs a Linq for XML XElement holding the data of this node. |
![]() | OnPropertyChanged | Raise the PropertyChanged event. |
![]() | ToString | For debugging, use the Key property as this object's default text rendering. |
Name | Description | |
---|---|---|
![]() | ConvertNodeKeyToString | Convert a NodeKey key value to a string. |
![]() | ConvertStringToNodeKey | Convert a string to a NodeKey key value. |
![]() | RaisePropertyChanged | Call this method from property setters to raise the PropertyChanged event. |
Name | Description | |
---|---|---|
![]() | PropertyChanged | This event implements the System.ComponentModel.INotifyPropertyChanged interface, so that both the model and the dependency object system can be informed of changes to property values. |